home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revolution - Das Atari CD Magazin 1997
/
Revolution - Das Atari CD Magazin 1.iso
/
software
/
anwendng
/
utility
/
cbhd502
/
src
/
c
/
include
/
export.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-01-21
|
616b
|
19 lines
/*****************************************************************************/
/* */
/* EXPORT.H */
/* Datum: 06/03/89 */
/* */
/*****************************************************************************/
#ifndef __EXPORT__
#define __EXPORT__
#ifdef GLOBAL
#undef GLOBAL
#endif
#define GLOBAL
#endif /* __EXPORT __ */